FtMscLibEx EnableCBMaskUniChanged Method FtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

preliminary. Under development. Not completly tested yet.
API 3.X2A replacement
(extended)
Enables the event for a Universal Input change.

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public uint EnableCBMaskUniChanged(
	FtDeviceID devId,
	FtInput inputIndex,
	bool enable
)

Parameters

devId
Type: FischerTechnik.FtMscLib.Enumurations FtDeviceID
controller ID (master or extension controller)
inputIndex
Type: FischerTechnik.FtMscLib.Enumurations FtInput
Universal Input I1..I8
enable
Type: System Boolean
Is enabled?

Return Value

Type: UInt32
FTLIB_ERR_SUCCESS (no error) or error code
Remarks

Not completly tested yet
See Also

Reference